"Couldn't contact Spell Checker." = "Die Rechtschreibprüfung konnte nicht aufgerufen werden.";
/* Comment at the start of a spelling dictionary file. */
"# Enter words one per line, capitalization doesn't matter.\n" = "# Geben Sie pro Zeile ein Wort ein, egal, ob in Groß- oder Kleinbuchstaben.\n";
/* Message user gets when he attempts to create a spelling dictionary and it fails because of some filesystem problem. */
"Couldn't create dictionary." = "Wörterbuch konnte nicht erstellt werden.";
/* Message given to user when he attempts to delete his spelling dictionaries. */
"Are you sure you want to delete these dictionaries. This operation cannot be undone." = "Wollen Sie diese Wörterbücher wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.";
/* Button user presses in an alert to confirm that he does, indeed, want to delete all his spelling dictionaries. */
"Delete All" = "Alle löschen";
/* Button user presses in an alert to abort deleting all his spelling dictionaries. */
"Cancel" = "Abbrechen";
/* Title of panel the user uses to specify the name of his new spelling dictionary. */
"New Spelling Dictionary" = "Neues Wörterbuch für Rechtschreibprüfung";
/* Message given to user when his attempt to delete a spelling dictionary fails for some (unknown) reason. */
"Unable to delete dictionary %@." = "Wörterbuch %@ kann nicht gelöscht werden.";
/* Message user gets when he attempts to create a spelling dictionary in some directory other than ~/Library/Dictionaries. */
"Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory." = "Sie müssen alle Wörterbücher für die Rechtschreibprüfung unter Library/Dictionaries in Ihrem Heim-Ordner ablegen.";